home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / killem.zip / README.DOC < prev   
Text File  |  1992-05-31  |  1KB  |  30 lines

  1. KILLEM.EXE kills running processes by name. It works with OS/2 2.0 and is
  2. a 32-bit app, so it won't run on 1.x. If you want a version that runs on 1.x,
  3. E-Mail me and I'll send you my 16-bit version.
  4.  
  5. KILLEM.EXE uses the undocumented API DosQProcStatus to get a list of running
  6. processes - therefore its stability is in question because IBM could change
  7. or remove this API without telling anyone. But this API stayed the same from
  8. 1.1 to 1.3 so I would doubt that the 2.0 version will change in any 2.x
  9. release...
  10.  
  11. Usage: KILLEM process-name process-name ...
  12.  
  13. If no extension is given for process-name, .EXE is appended. process-name is
  14. the name that the program was started with.
  15.  
  16. For example, if you ran a program by typing MYPROG or 'START MYPROG' on the
  17. command line, you would type 'KILLEM MYPROG' to kill it.
  18.  
  19. All instances of all process-names will be killed unless those processes
  20. ignore KillProcess signals (Most don't).
  21.  
  22. Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
  23.  
  24. Hope this utility proves useful.
  25.  
  26. Rick Fishman
  27. Code Blazers, Inc.
  28. 4113 Apricot
  29. Irvine, CA 92720
  30.